lcRPlanDeleteVer Home

Deletes a vertex from a road plan object.

 BOOL lcRPlanDeleteVer (
   HANDLE hRPlan,
   HANDLE hVertex
 );

Parameters
hRPlan
  Handle to a road plan object.
hVertex
  Handle to the road plan vertex.
If NULL is specified then all vertices will be deleted.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcRPlanAddVer